TSTP Solution File: PUZ140^1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : PUZ140^1 : TPTP v8.1.0. Released v6.1.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n021.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 18:19:41 EDT 2022

% Result   : Theorem 0.13s 0.41s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   31 (  16 unt;   9 typ;   2 def)
%            Number of atoms       :   81 (  38 equ;   0 cnn)
%            Maximal formula atoms :    2 (   3 avg)
%            Number of connectives :   90 (  12   ~;   9   |;   4   &;  65   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   37 (  37   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   40 (   4   ^  28   !;   8   ?;  40   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_beverage,type,
    beverage: $tType ).

thf(tp_syrup,type,
    syrup: $tType ).

thf(tp_coffee,type,
    coffee: beverage ).

thf(tp_cold_mixture,type,
    cold_mixture: beverage > syrup > beverage ).

thf(tp_heat,type,
    heat: beverage > beverage ).

thf(tp_hot,type,
    hot: beverage > $o ).

thf(tp_hot_mixture,type,
    hot_mixture: beverage > syrup > beverage ).

thf(tp_mix,type,
    mix: beverage > syrup > beverage ).

thf(tp_sK1_S,type,
    sK1_S: ( beverage > syrup > beverage ) > syrup ).

thf(cold_mixture,definition,
    ( cold_mixture
    = ( ^ [B: beverage,S: syrup] : ( mix @ B @ S ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cold_mixture) ).

thf(hot_mixture,definition,
    ( hot_mixture
    = ( ^ [B: beverage,S: syrup] : ( heat @ ( mix @ B @ S ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hot_mixture) ).

thf(1,axiom,
    ! [B: beverage] : ( hot @ ( heat @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',its_hot) ).

thf(2,conjecture,
    ? [Mixture: beverage > syrup > beverage] :
    ! [S: syrup] :
    ? [B: beverage] :
      ( ( ( Mixture @ coffee @ S )
        = B )
      & ( hot @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hot_coffee) ).

thf(3,negated_conjecture,
    ( ( ? [Mixture: beverage > syrup > beverage] :
        ! [S: syrup] :
        ? [B: beverage] :
          ( ( ( Mixture @ coffee @ S )
            = B )
          & ( hot @ B ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[2]) ).

thf(4,plain,
    ( ( ? [Mixture: beverage > syrup > beverage] :
        ! [S: syrup] :
        ? [B: beverage] :
          ( ( ( Mixture @ coffee @ S )
            = B )
          & ( hot @ B ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[3,cold_mixture,hot_mixture]) ).

thf(5,plain,
    ( ( ! [B: beverage] : ( hot @ ( heat @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1,cold_mixture,hot_mixture]) ).

thf(6,plain,
    ( ( ~ ? [Mixture: beverage > syrup > beverage] :
          ! [S: syrup] :
          ? [B: beverage] :
            ( ( ( Mixture @ coffee @ S )
              = B )
            & ( hot @ B ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[4]) ).

thf(7,plain,
    ( ( ! [Mixture: beverage > syrup > beverage,SY4: beverage] :
          ( ( ( Mixture @ coffee @ ( sK1_S @ Mixture ) )
           != SY4 )
          | ~ ( hot @ SY4 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[6]) ).

thf(8,plain,
    ( ( ! [B: beverage] : ( hot @ ( heat @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[5]) ).

thf(9,plain,
    ( ( ! [Mixture: beverage > syrup > beverage,SY4: beverage] :
          ( ( ( Mixture @ coffee @ ( sK1_S @ Mixture ) )
           != SY4 )
          | ~ ( hot @ SY4 ) ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

thf(10,plain,
    ! [SV1: beverage] :
      ( ( hot @ ( heat @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[8]) ).

thf(11,plain,
    ! [SV2: beverage > syrup > beverage] :
      ( ( ! [SY5: beverage] :
            ( ( ( SV2 @ coffee @ ( sK1_S @ SV2 ) )
             != SY5 )
            | ~ ( hot @ SY5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[9]) ).

thf(12,plain,
    ! [SV3: beverage,SV2: beverage > syrup > beverage] :
      ( ( ( ( SV2 @ coffee @ ( sK1_S @ SV2 ) )
         != SV3 )
        | ~ ( hot @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[11]) ).

thf(13,plain,
    ! [SV3: beverage,SV2: beverage > syrup > beverage] :
      ( ( ( ( ( SV2 @ coffee @ ( sK1_S @ SV2 ) )
           != SV3 ) )
        = $true )
      | ( ( ~ ( hot @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[12]) ).

thf(14,plain,
    ! [SV3: beverage,SV2: beverage > syrup > beverage] :
      ( ( ( ( SV2 @ coffee @ ( sK1_S @ SV2 ) )
          = SV3 )
        = $false )
      | ( ( ~ ( hot @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[13]) ).

thf(15,plain,
    ! [SV2: beverage > syrup > beverage,SV3: beverage] :
      ( ( ( hot @ SV3 )
        = $false )
      | ( ( ( SV2 @ coffee @ ( sK1_S @ SV2 ) )
          = SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[14]) ).

thf(30,plain,
    ! [SV4: beverage] :
      ( ( hot @ ( heat @ SV4 ) )
      = $true ),
    inference(rename,[status(thm)],[10]) ).

thf(31,plain,
    ! [SV5: beverage > syrup > beverage,SV6: beverage] :
      ( ( ( hot @ SV6 )
        = $false )
      | ( ( ( SV5 @ coffee @ ( sK1_S @ SV5 ) )
          = SV6 )
        = $false ) ),
    inference(rename,[status(thm)],[15]) ).

thf(33,plain,
    ! [SV5: beverage > syrup > beverage,SV6: beverage,SV4: beverage] :
      ( ( ( ( hot @ SV6 )
          = ( hot @ ( heat @ SV4 ) ) )
        = $false )
      | ( ( ( SV5 @ coffee @ ( sK1_S @ SV5 ) )
          = SV6 )
        = $false ) ),
    inference(res,[status(thm)],[31,30]) ).

thf(35,plain,
    $false = $true,
    inference(extuni,[status(esa)],[33:[bind(SV4,$thf( SV11 @ coffee @ ( sK1_S @ ^ [SX0: beverage] : ^ [SX1: syrup] : ( heat @ ( SV11 @ SX0 @ SX1 ) ) ) )),bind(SV5,$thf( ^ [SX0: beverage] : ^ [SX1: syrup] : ( heat @ ( SV11 @ SX0 @ SX1 ) ) )),bind(SV6,$thf( heat @ ( SV11 @ coffee @ ( sK1_S @ ^ [SX0: beverage] : ^ [SX1: syrup] : ( heat @ ( SV11 @ SX0 @ SX1 ) ) ) ) ))]]) ).

thf(36,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[35]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : PUZ140^1 : TPTP v8.1.0. Released v6.1.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n021.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Sun May 29 03:05:57 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 1
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 318
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.35  (rf:0,axioms:1,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:3,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.13/0.41  
% 0.13/0.41  ********************************
% 0.13/0.41  *   All subproblems solved!    *
% 0.13/0.41  ********************************
% 0.13/0.41  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:1,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:35,loop_count:2,foatp_calls:2,translation:fof_full)
% 0.13/0.41  
% 0.13/0.41  %**** Beginning of derivation protocol ****
% 0.13/0.41  % SZS output start CNFRefutation
% See solution above
% 0.13/0.41  
% 0.13/0.41  %**** End of derivation protocol ****
% 0.13/0.41  %**** no. of clauses in derivation: 20 ****
% 0.13/0.41  %**** clause counter: 35 ****
% 0.13/0.41  
% 0.13/0.41  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:1,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:35,loop_count:2,foatp_calls:2,translation:fof_full)
%------------------------------------------------------------------------------